-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Page #8
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 133 133
=========================================
Hits 133 133
|
e4e47d5
to
04f6fa7
Compare
- Set up configuration files - Set up autodoc to get io and transform modules - Add badge to documentation on README
43ec1cd
to
3236d18
Compare
a2004ab
to
769f017
Compare
- Add numpydoc - Split submodule pages and add overview page - Update afids_utils.io - Update afids_utils.transforms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good, just would make the intro a lot more concise.
docs/general/main.md
Outdated
@@ -0,0 +1,33 @@ | |||
# Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a really long section of text mostly describing the purpose of documentation, most of which I don't think we need. I'd keep an adjusted version of the first sentence and maybe add some examples of the kinds of operations we're talking about (or just point to the API docs).
I'd also just move whatever remains to the readme and get rid of this file/section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for now I will move the majority of this as a comment to the README
until we have time to fully flesh it out in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would still prefer to just get rid of general/main.md
and put its content in the README, but if you prefer this, that's ok by me and you can go ahead and merge.
I'm open to that and can make the change in the AM without the examples. Do you want to take another look afterwards? |
35f86a9
to
2e366ae
Compare
- Simplify explanation from docs to README (to be fully updated later)
Proposed changes
This PR adds a documentation page that the moment generates information based on the docstrings of the code in this repository.
TODO:
Types of changes
What types of changes does your code introduce? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!poe quality
taskNotes
All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.